home *** CD-ROM | disk | FTP | other *** search
- Path: news.telepac.pt!usenet
- From: jcarlosr@mail.telepac.pt (J.Carlos)
- Newsgroups: comp.lang.c++
- Subject: Re: GetSystemMetrics
- Date: Sun, 28 Jan 1996 21:53:53 GMT
- Organization: telepac
- Message-ID: <4egusp$cpb@vivaldi.telepac.pt>
- References: <4ecccb$rpb@news.iconn.net>
- NNTP-Posting-Host: alv1_p12.telepac.pt
- X-Newsreader: Forte Free Agent 1.0.82
-
- kjpoglit@kjpoglit. (Karl Poglitsch) wrote:
-
- >I have a question for you now... Any way to stop a window from being sized too
- >small? I tried to intercept the WM_SIZE command, however I couldn't get
- >anything working there... I know it can be done, but I can't figure out how to
- >do it. I'm also looking into animated icons, however I can't get it to change
- >by itself. I force it to repaint, but that doesn't work. It does work if I
- >actually move the icon though. Any ideas on this?
-
- You must aswer to the message WM_GETMINMAXINFO, you can then specify a
- minimum size for the window.
- Regards, J.Carlos
-
-
-
-
-
-
-